ImageGear .NET v24.14 - Updated
ImGearReadOnlyDictionary<TKey,TValue> Class
Members 




ImageGear24.Windows.Controls Assembly > ImageGear.Core Namespace : ImGearReadOnlyDictionary<TKey,TValue> Class
The key type.
The value type.
This class represents a read-only dictionary.
Object Model
ImGearReadOnlyDictionary<TKey,TValue> Class
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
Public Class ImGearReadOnlyDictionary
    (Of TKey,TValue) 
'Usage
 
Dim instance As ImGearReadOnlyDictionary(Of TKey,TValue)
[DefaultMember("Item")]
public class ImGearReadOnlyDictionary<TKey,TValue> 
[DefaultMember("Item")]
public __gc class ImGearReadOnlyDictionary<TKey,TValue> 
[DefaultMember("Item")]
generic<typename TKey>
generic<typename TValue>
public ref class ImGearReadOnlyDictionary 
Type Parameters
TKey
The key type.
TValue
The value type.
Inheritance Hierarchy

System.Object
   ImageGear.Core.ImGearReadOnlyDictionary<TKey,TValue>

See Also

Reference

ImGearReadOnlyDictionary<TKey,TValue> Members
ImageGear.Core Namespace